home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / cxref-1.001 / cxref-1~ / cxref / ChangeLog next >
Encoding:
Text File  |  1996-02-24  |  10.0 KB  |  338 lines

  1. Sat Feb 24 14:54:19 1996  Andrew M. Bishop  (amb@gedanken)
  2.  
  3.     * xref.c, warn-raw.c, var.c, type.c, slist.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, html.c, func.c, file.c, datatype.h, cxref.h, cxref.el, cxref.c, comment.c, README.tex, README.html, README, Makefile:
  4.     Version 1.0 Released (First release version).
  5.  
  6. Sun Feb  4 15:41:31 1996  Andrew M. Bishop  (amb@gedanken)
  7.  
  8.     * xref.c: Re-ordered the cross referencing.
  9.  
  10.     * memory.h: Added a SafeCalloc() function.
  11.  
  12.     * memory.c:
  13.     Added a SafeCalloc() function and slight mod to DEBUG macros.
  14.  
  15.     * cxref.h: Error in XREF_* macro definitions.
  16.  
  17.     * Makefile: Added default values for CC & CFLAGS, added cxref-query.
  18.  
  19. Tue Nov 28 19:31:20 1995  Andrew Bishop  (amb@dan)
  20.  
  21.     * warn-raw.c:
  22.     Fixed bug where variable or function is global and is referenced in the file and invalid warning was printed.
  23.  
  24. Fri Nov 24 20:51:40 1995  Andrew Bishop  (amb@dan)
  25.  
  26.     * parse.l:
  27.     Made push past work for 'int foo[2]={1,2}; /* */' where the yacc grammar did not ask for ';'.
  28.  
  29. Fri Nov 24 19:21:36 1995  Andrew Bishop  (amb@dan)
  30.  
  31.     * xref.c:
  32.     Fixed bug where functions referenced from a file do not get cross-referenced.
  33.     Tidied up the function cross referencing, rationalising the functions needed.
  34.     Fixed the extern variable fixup where unknown definitions were ignored.
  35.     Changed the variable xref file for variables referenced from files.
  36.     Changed the type definition xref file for not typedef types.
  37.  
  38. Mon Nov 20 19:09:06 1995  Andrew Bishop  (amb@dan)
  39.  
  40.     * Makefile:
  41.     Added 'program' as the default target and put 'program' and 'docs' as dependencies of 'all'.
  42.  
  43. Sun Nov 19 15:33:28 1995  Andrew Bishop  (amb@dan)
  44.  
  45.     * warn-raw.c:
  46.     Fixed bugs with referencing null pointer if some comments are missing.
  47.  
  48. Wed Nov 15 19:15:01 1995  Andrew Bishop  (amb@dan)
  49.  
  50.     * parse.y: Added long long types, removed spaces from ends of lines.
  51.  
  52.     * latex.c: Added hard-space to the tables to stop latex2e breaking.
  53.  
  54.     * cxref.h: Made work on Solaris 2.3
  55.  
  56.     * Makefile: Stopped using echo -n for latex-style.c (fails on SVR4).
  57.  
  58. Tue Oct 17 20:18:25 1995  Andrew Bishop  (amb@dan)
  59.  
  60.     * latex.c, cxref.c, README.tex, README.html, README:
  61.     Added support for LaTeX2e version.
  62.  
  63. Mon Oct  9 19:19:33 1995  Andrew Bishop  (amb@dan)
  64.  
  65.     * latex.c:
  66.     Fixed some problems with the latex() function that converts illegal symbols to a legel format.
  67.  
  68. Thu Aug 24 20:41:11 1995  Andrew Bishop  (amb@dan)
  69.  
  70.     * parse.y, type.c: Fixed bug where 'See Also' for typedefs failed.
  71.  
  72. Tue Aug 22 20:03:42 1995  Andrew Bishop  (amb@dan)
  73.  
  74.     * cxref.c: Fixed bug with -xref options.
  75.  
  76. Sat Aug 12 16:27:07 1995  Andrew Bishop  (amb@dan)
  77.  
  78.     * cxref.el: Split up the "$Header$" string in the cxref-file-comment.
  79.  
  80. Thu Aug 10 20:09:43 1995  Andrew Bishop  (amb@dan)
  81.  
  82.     * cxref.el: Changed the cxref-endline-comment to use c-mode functions.
  83.  
  84. Sat Aug  5 16:03:11 1995  Andrew Bishop  (amb@dan)
  85.  
  86.     * html.c, latex.c: Bug with cross reference of extern variables.
  87.  
  88. Sat Aug  5 15:44:49 1995  Andrew Bishop  (amb@dan)
  89.  
  90.     * xref.c, warn-raw.c, func.c, cxref.h, cxref.c:
  91.     Added -xref[...] options.
  92.     used #defines for -xref[...], -warn[..] and -index[...] options.
  93.  
  94.     * README.tex, README.html, README:
  95.     Added details of the -xref[...] options.
  96.  
  97.     * datatype.h, parse-yy.h, parse.y, memory.c, type.c:
  98.     Fixed xref warnings.
  99.  
  100. Mon Jul 31 20:54:56 1995  Andrew Bishop  (amb@dan)
  101.  
  102.     * warn-raw.c, type.c, datatype.h:
  103.     Typedef, references to other types was bogus.
  104.  
  105.     * latex.c, html.c: Variable and Typedef bugs.
  106.  
  107.     * Makefile: Changed the readme target.
  108.  
  109.     * README.tex, README.html, README: Miscellaneous improvements.
  110.  
  111. Sun Jul 30 17:53:01 1995  Andrew Bishop  (amb@dan)
  112.  
  113.     * README.html, README.tex: Initial revision
  114.  
  115.     * README: Spelling, grammar and syntax changes.
  116.  
  117.     * README.c: Changed the example include files to be system ones.
  118.  
  119.     * Makefile:
  120.     Added a readme target to make README_c.tex and README.c.html.
  121.  
  122. Sat Jul 29 20:08:53 1995  Andrew Bishop  (amb@dan)
  123.  
  124.     * xref.c: Fixed references to external variables.
  125.  
  126.     * warn-raw.c: Added a FilePart output function.
  127.     Renamed the #defines for option_warn options.
  128.  
  129.     * latex.c, html.c:
  130.     Added functions and variables referenced to the file section.
  131.     Added a FilePart output function and added functions and variables referenced in this file section.
  132.  
  133.     * README:
  134.     Renamed a4.sty to page.sty, added cxref.el, improved xref section.
  135.  
  136.     * Makefile: Renamed a4.sty to page.sty.
  137.  
  138.     * cxref.el: Initial revision
  139.  
  140. Tue Jul 25 20:48:11 1995  Andrew Bishop  (amb@dan)
  141.  
  142.     * README: Removed examples to README.c.
  143.     * README.c: Initial revision
  144.  
  145.     * cxref.c: Examples of the trailing and leading comments implemented.
  146.  
  147.     * cxref.h: Two function prototypes removed.
  148.     * func.c, type.c:
  149.     Implement the push through of comments, no spare comment needed and function removed.
  150.     * comment.c: Implement the push through of comments.
  151.     * parse.y, parse.l: Implement the push through of comments.
  152.  
  153.     * file.c: Fix a bug of freeing some data that is not mallocated.
  154.  
  155.     * html.c: Rationalise the usage of the html() function and fix it.
  156.  
  157. Sun Jul 23 16:23:36 1995  Andrew Bishop  (amb@dan)
  158.  
  159.     * parse.l: Handles trailing comments for #define / #include.
  160.     * cxref.h, datatype.h, parse-yy.h, memory.h:
  161.     Modified comment to trailing style for #define / #include.
  162.  
  163.     * README:
  164.     Add explanation of new comment styles and Author / copyright info.
  165.  
  166.     * func.c: Option to have return value comment inline.
  167.  
  168.     * parse.y: Improved error function (reports EOF).
  169.  
  170. Wed Jul 12 19:02:56 1995  Andrew Bishop  (amb@dan)
  171.  
  172.     * html.c: Fixed stupid HTML bug with '<' and '>' special characters.
  173.  
  174.     * Makefile: Changed the rule for all etc (from ':' to '').
  175.  
  176. Sat Jul  8 14:37:30 1995  Andrew Bishop  (amb@dan)
  177.  
  178.     * html.c: Improved HTML.
  179.  
  180. Mon Jul  3 17:38:06 1995  Andrew Bishop  (amb@dan)
  181.  
  182.     * type.c: Big Bug fixes.
  183.  
  184. Sun Jul  2 17:59:59 1995  Andrew Bishop  (amb@dan)
  185.  
  186.     * latex.c: Added changes to mirror html.c.
  187.  
  188.     * html.c: Initial revision
  189.  
  190. Sun Jul  2 16:00:20 1995  Andrew Bishop  (amb@dan)
  191.  
  192.     * cxref.h, cxref.c: Added HTML option.
  193.  
  194.     * latex.c: Renamed the appendix file.
  195.  
  196.     * Makefile, README: Added HTML option.
  197.  
  198. Sat Jul  1 16:29:46 1995  Andrew Bishop  (amb@dan)
  199.  
  200.     * xref.c, warn-raw.c: Handles struct and union non-typedefs.
  201.  
  202.     * type.c: Typedef cross referencing, struct and union non-typedefs.
  203.  
  204.     * parse.y: Handles repeated comments, struct and union non-typedefs.
  205.  
  206.     * parse.l: Handles bogus comment styles.
  207.  
  208.     * latex.c: Typedef cross referencing, Type option.
  209.  
  210.     * datatype.h: Typedef cross referencing.
  211.  
  212.     * cxref.h: New prototypes.
  213.  
  214.     * cxref.c: New options.
  215.  
  216.     * comment.c: Handles repeated comments, can discard partial comments if bogus.
  217.  
  218.     * Makefile: Added LaTeX style sheets, more verbose output.
  219.  
  220. Wed Jun 28 20:20:09 1995  Andrew Bishop  (amb@dan)
  221.  
  222.     * README: Updated with new command line options.
  223.  
  224. Wed May  3 20:30:04 1995  Andrew Bishop  (amb@dan)
  225.  
  226.     * xref.c: New index and warn options.
  227.  
  228.     * warn-raw.c: New warn option.
  229.  
  230.     * var.c: Now includes scope.c.
  231.  
  232.     * type.c: Bug fix.
  233.  
  234.     * parse.y: Better type handling.
  235.  
  236.     * parse.l: Better handling of comments and #defines.
  237.  
  238.     * latex.c: New index and warn options and general tidying up and improvements.
  239.  
  240.     * cxref.h, cxref.c: New index and warn options.
  241.  
  242.     * comment.c: Change for all-comments option (first comment is for file) and tidy up.
  243.  
  244.     * Makefile: Removed scope.c.
  245.  
  246.         Beta testing of this version now.
  247.  
  248. Wed Apr 26 21:57:27 1995  Andrew Bishop  (amb@dan)
  249.  
  250.     * cxref.c:
  251.     Handle -all-comments option and discard all '-...' arguments.
  252.  
  253. Wed Apr 26 21:45:21 1995  Andrew Bishop  (amb@dan)
  254.  
  255.     * type.c: Better handling of comments and multi-file fixed.
  256.  
  257.     * Makefile: Bug fixes for local cpp.
  258.  
  259.     * cxref.c: Handle -all-comments option and discard all '-...' arguments.
  260.  
  261.     * func.c: Handle spare_arg_commment better, variable refs for file.
  262.  
  263.     * parse.y: Many changes, better handling of pointer to functions etc.
  264.  
  265.     * var.c: Mult-file fixed.
  266.  
  267.     * parse.l: New -all-comments option and #define values.
  268.  
  269.     * latex.c: New output stuff and much better LaTeX, using environments etc.).
  270.  
  271.     * warn-raw.c: New outputs.
  272.  
  273.     * xref.c: Output list of typedefs and better handling of function/variable refs.
  274.  
  275.     * scope.c: Removed stray variable CurFile.
  276.  
  277.     * cxref.h: Value of #defines function proto.
  278.  
  279.     * preproc.c: Value of simple #defines.
  280.  
  281.     * datatype.h, file.c: Variable refs for file, value for #defines and visible for variables.
  282.  
  283.     * comment.c: handle -all-comments option.
  284.  
  285. Sun Apr 23 15:08:36 1995  Andrew Bishop  (amb@dan)
  286.  
  287.     * README: Minor change to reflect the new cross referencing.
  288.  
  289.     * Makefile: Add the option to use a local copy of cpp and added the two new files.
  290.  
  291.     * memory.h: Added note about how the memory is used in the program.
  292.  
  293.     * parse.l: Changed some of the memory handling to reduce usage.
  294.  
  295.     * parse-yy.h: Changed to YYDEBUG = true.
  296.  
  297.     * warn-raw.c, xref.c: Function and Variable references and StringLists.
  298.  
  299.     * cxref.c: Handles Makefile option of which cpp.
  300.  
  301.     * latex.c: Have variable and function references.
  302.  
  303.     * parse.y: Multiple changes, to handle function calls, references, typedefs, prototypes and definitions better.
  304.            New error message when YYDEBUG is set.
  305.            Scoping for variables.
  306.  
  307.     * datatype.h: New datatypes for string lists.
  308.  
  309.     * cxref.h: New functions in new files.
  310.  
  311.     * comment.c: No change.
  312.  
  313.     * file.c: Use StringLists and have function references.
  314.  
  315.     * func.c: Use StringLists and have variable and function references.
  316.  
  317.     * preproc.c, type.c, var.c: Use StringLists.
  318.  
  319.     * scope.c, slist.c: Initial revision
  320.  
  321. Wed Apr  5 20:08:54 1995  Andrew Bishop  (amb@dan)
  322.  
  323.     * warn-raw.c, var.c, type.c, preproc.c, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
  324.     Second Beta Version, to allow RPC to test it fully.
  325.  
  326.     * README: Initial revision
  327.  
  328. Mon Apr  3 20:22:00 1995  Andrew Bishop  (amb@dan)
  329.  
  330.     * xref.c, warn-raw.c, var.c, type.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
  331.     Stable Version for beta testing.
  332.  
  333. Sat Mar 25 16:15:54 1995  Andrew Bishop  (amb@dan)
  334.  
  335.     * parse.y, parse.l, cpp.l, xref.c, warn-raw.c, var.c, type.c, preproc.c, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
  336.     Initial revision
  337.  
  338.